In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddLinkAnnotation_2 Method

AddLinkAnnotation_2 Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function AddLinkAnnotation_2( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal Borders As Boolean, _

   ByVal Cyan As Byte, _

   ByVal Magenta As Byte, _

   ByVal Yellow As Byte, _

   ByVal Black As Byte _

) As Integer
public int AddLinkAnnotation_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   bool Borders,

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

)
public function AddLinkAnnotation_2( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    Borders: Boolean;

    Cyan: Byte;

    Magenta: Byte;

    Yellow: Byte;

    Black: Byte

): Integer; 
public function AddLinkAnnotation_2( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   Borders : boolean,

   Cyan : byte,

   Magenta : byte,

   Yellow : byte,

   Black : byte

) : int;
public: int AddLinkAnnotation_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   bool Borders,

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

) 
public:

int AddLinkAnnotation_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   bool Borders,

   byte Cyan,

   byte Magenta,

   byte Yellow,

   byte Black

) 

Parameters

Left
Top
Width
Height
Borders
Cyan
Magenta
Yellow
Black
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members